home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Experimental BBS Explossion 3
/
Experimental BBS Explossion III.iso
/
pascal
/
lzwp13.zip
/
DUMMY_IO.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1993-02-26
|
189 b
|
15 lines
unit DUMMY_IO;
interface
function Dummy(TheByte : Byte) : Integer;
implementation
function Dummy(TheByte : Byte) : Integer;
begin
(* into the bit bucket *)
end;
end.